home *** CD-ROM | disk | FTP | other *** search
- Short: Yaec - Yet Another E Compiler [1.1.1 Beta]
- Author: amigae@swipnet.se
- Uploader: amigae@swipnet.se
- Type: dev/e
- Requires: OS3.1+, 020+, (881+), PhxAss (dev/asm/), PhxLnk (dev/asm/)
-
-
-
- yaec (Yet Another E Compiler)
- _____________________________
-
- By Leif Salomonsson 2000
- ________________________
-
-
- >> A Thanks to Wouter for this Great language <<
-
-
- Does not work in this release
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ++/-- on object-members
- NEW obj
- END
- Default arguments.
-
- ..and stuff I probably forgotten right now..
-
-
- Installation
- ~~~~~~~~~~~~
-
- Uunpack all to a drawer (lha x yaec.lha drawerpath/)
- Assign E: to drawer (ASSIGN E: drawerpath)
- Create path to E:bin (PATH E:bin)
- Have PhxAss/PhxLnk in commandpath (PATH phxass/lnk-drawer)
- Off you go.
-
-
- Differences from Wouters AmigaE:
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Note that the compiler still is in beta-state
- so some things are not even mentioned here at all as
- their destiny is still to be decided on.
-
- Syntax
- ~~~~~~
-
- New keyword : EXTERN
-
- ex : EXTERN 'gadtools'
-
- This lets you use any functions from gadtools.library
-
- ex : EXTERN 'mylinklib'
-
- This lets you use any functions from your own linklib
-
- You dont have to EXTERN exec,dos,graphics,intuition or utility.library
- This is done automatic by the compiler.
-
- This replaces the old MODULE 'alibrary' declaration.
-
-
- Classes
- ~~~~~~~
-
- Classes can be now also be created dynamically
- on the stack with : DEF varname:classobjectname
- (the object IS cleared!) Same goes for globals
- and calling .end() + deallocation is automatic!
-
-
- Librarybases
- ~~~~~~~~~~~~
- You have to declare any librarybases you use, except
- for exec,dos,intuition and graphics.library.
-
-
-
- OPT LINKOBJ
- ~~~~~~~~~~~
-
- Lets you create a linkobj.
- Results in filename.o
- Linkobjects may contains global
- blocks of data such as LISTs ARRAYs etc..
-
-
- Modules
- ~~~~~~~
-
- All modules are in ASCII.
- This means you only have to compile your mainprogram.
- (unless you are using some linkobjects)
-
- Globals cannot be EXPORT:ed from modules.
- However.. they can be IMPORT:ed !
- Just define them in mainprogram as usual,
- then IMPORT them to your module.
-
- Global ARRAYs, LISTs, OBJECTs (even classes)
- and STRINGs can now be declared in modules.
-
- Defaultvalues for globals is now possible.
-
-
-
- List`N`Quotes functions
- ~~~~~~~~~~~~~~~~~~~~~~~
-
- Slight API-change here.
- same function, and some more.
-
- bool := ForAll(list, qexp, qexp2=NIL)
- bool, pos := Exists(list, qexp, qexp2=NIL)
- listvar := MapList(list, listvar, qexp)
- listvarlen := SelectList(list, listvar, qexp)
-
- Now. what happened to the {var} ?
- Here it is : \x (and \y).
-
- In the above functions \x gives the
- listitem and \y gives the listposition.
-
- qexp2 in ForAll() and Exists() will,
- if <> NIL be evaluated IF the result
- is TRUE. Then the result of qexp2 will
- be returned instead.
-
- ex : Exists(list, `\x=14, `PrintF('yes, at pos \d\n', \y))
-
-
- Generated binaries
- ~~~~~~~~~~~~~~~~~~
- Requires minimum v40 of the operatingsystem, 020+ and
- 881-fpu for float-operations.
-
-
-
- Hmm.. wonder if there is any more .. :)
-
- ohyes, the inline asm is done in a different way.
- Asm-instructions can not be mixed directly with E-code.
- But assigning values to and rom registers
- is possible. like this :
-
- D0 := variable
- funny(x, y, D2)
- var := A2
- A0 := A2
-
- Now. We would want to do something funny with
- theese registers :
-
- ASM move.l d0,(a0)+ -> one-liner
-
- ASM.. -> multi-liner
- bla___:
- move.l d0, (a0)+
- dbra d0, bla___
- ENDASM
-
- -> this is legal too.
- FOR a := 0 TO 99 DO ASM move.l (a0)+, -(a7)
-
- _The compiler does NOT check the asm-code in any way !!!_
-
- Current implementation supports 040-asm.
- Becuse of a bug? in PhxAss, only 040-FPU-asm is possible.
-
- ------------------------------------------------------------
-
- Distribution
- ~~~~~~~~~~~~
- This archive (yaec.lha) can be freely distributed
- as long as all files stay together unchanged.
-
-
- ------------------------------------------------------------
-
- yaec is FreeWare.
-
- ------------------------------------------------------------
-
-
-
- Some of the names Ive been thinking of for this compiler :
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Eeh (working name)
- EC4 .. continiueing the masters work..
- KamikazE .. a bit self destructive/offending?
- E! .. cool
- E# .. hehe
- e++ .. hoho
- BEEP .. sounds like another lang :)
- AmiE .. too perfect
- purple hazE .. may be too jimi
- Eternety .. not that bad
- BADGeR ATTACK .. a bit scary pherhaps..
- and the list goes on...
-
- How can one choose from theese all nice names, huh ?
-
- yaec sounds pretty nice too, plus it is a good description
- of what this is. Yet Another E Compiler.
-
-
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Send me questions and stuff. I`ll include them in
- later releases and try to answer them.
-
- ------EOF---------------------------------------------------
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 161180 45256 71.9% 28-Dec-00 15:29:02 +yaec
- 2787 1720 38.2% 28-Dec-00 15:39:44 docs.info
- 6811 1777 73.9% 27-Dec-00 00:12:08 +e-fastreference.txt
- 5246 2364 54.9% 28-Dec-00 15:46:18 +yaec.readme
- 2279 386 83.0% 28-Dec-00 15:49:18 +amigaguide.ext
- 537 160 70.2% 26-Dec-00 00:09:36 +asl.ext
- 255 122 52.1% 28-Dec-00 15:49:44 +battclock.ext
- 573 188 67.1% 28-Dec-00 15:50:06 +battmem.ext
- 446 149 66.5% 28-Dec-00 15:50:28 +bullet.ext
- 1654 372 77.5% 28-Dec-00 15:51:02 +cardres.ext
- 567 173 69.4% 17-Nov-00 13:36:52 +cia.ext
- 208 119 42.7% 28-Dec-00 15:52:04 +colorwheel.ext
- 2744 445 83.7% 28-Dec-00 15:52:24 +commodities.ext
- 314 176 43.9% 28-Dec-00 15:54:12 +console.ext
- 2146 375 82.5% 28-Dec-00 02:52:52 +datatypes.ext
- 503 144 71.3% 28-Dec-00 15:54:40 +disk.ext
- 604 218 63.9% 28-Dec-00 15:54:54 +diskfont.ext
- 17001 1783 89.5% 17-Nov-00 13:36:52 +dos.ext
- 78 78 0.0% 28-Dec-00 15:55:06 +dtclass.ext
- 69541 6815 90.2% 26-Dec-00 00:08:20 +edig.ext
- 11440 1416 87.6% 20-Dec-00 02:24:24 +exec.ext
- 2470 428 82.6% 28-Dec-00 15:55:28 +expansion.ext
- 2524 436 82.7% 28-Dec-00 15:55:54 +gadtools.ext
- 20609 2283 88.9% 17-Nov-00 13:36:52 +graphics.ext
- 1234 290 76.4% 28-Dec-00 02:50:50 +icon.ext
- 6131 651 89.3% 28-Dec-00 02:51:54 +iffparse.ext
- 77 77 0.0% 28-Dec-00 15:56:18 +input.ext
- 16155 1804 88.8% 17-Nov-00 13:36:54 +intuition.ext
- 584 203 65.2% 28-Dec-00 15:56:46 +keymap.ext
- 4338 585 86.5% 28-Dec-00 15:57:08 +layers.ext
- 2995 434 85.5% 28-Dec-00 15:57:28 +locale.ext
- 1500 340 77.3% 28-Dec-00 02:51:26 +lowlevel.ext
- 945 179 81.0% 17-Nov-00 13:36:54 +mathffp.ext
- 1698 255 84.9% 17-Nov-00 13:36:54 +mathieeedoubbas.ext
- 1889 301 84.0% 17-Nov-00 13:36:54 +mathieeedoubtrans.ext
- 1125 195 82.6% 17-Nov-00 13:36:54 +mathieeesingbas.ext
- 1628 233 85.6% 17-Nov-00 13:36:54 +mathieeesingtrans.ext
- 1424 213 85.0% 17-Nov-00 13:36:54 +mathtrans.ext
- 195 118 39.4% 28-Dec-00 15:57:58 +misc.ext
- 672 231 65.6% 16-Dec-00 15:48:36 +nodelist.ext
- 1059 262 75.2% 28-Dec-00 15:58:38 +nonvolatile.ext
- 276 129 53.2% 28-Dec-00 15:59:00 +potgo.ext
- 168 106 36.9% 28-Dec-00 15:59:14 +ramdrive.ext
- 1188 273 77.0% 28-Dec-00 02:52:20 +realtime.ext
- 1181 267 77.3% 28-Dec-00 15:59:46 +rexxsyslib.ext
- 449 147 67.2% 28-Dec-00 16:00:06 +timer.ext
- 211 136 35.5% 28-Dec-00 16:00:18 +translator.ext
- 4702 624 86.7% 28-Dec-00 02:50:08 +utility.ext
- 1143 260 77.2% 28-Dec-00 16:00:52 +wb.ext
- 26088 6735 74.1% 25-Dec-00 23:58:54 +eeh.lib
- 4802 1066 77.8% 19-Dec-00 20:23:36 +nodelist.asm
- 696 394 43.3% 16-Dec-00 15:49:08 +nodelist.o
- 1737 683 60.6% 22-Nov-00 13:12:16 +animationclass.e
- 2196 891 59.4% 22-Nov-00 13:12:46 +datatypes.e
- 5207 1664 68.0% 22-Nov-00 13:13:26 +datatypesclass.e
- 1502 620 58.7% 22-Nov-00 13:11:18 +pictureclass.e
- 791 406 48.6% 22-Nov-00 13:11:18 +soundclass.e
- 758 357 52.9% 22-Nov-00 13:11:18 +textclass.e
- 874 414 52.6% 22-Nov-00 13:13:52 +audio.e
- 183 145 20.7% 22-Nov-00 13:11:18 +bootblock.e
- 3521 1216 65.4% 22-Nov-00 13:11:18 +cd.e
- 826 398 51.8% 22-Nov-00 13:14:16 +clipboard.e
- 1259 400 68.2% 22-Nov-00 13:11:18 +console.e
- 1138 525 53.8% 22-Nov-00 13:14:46 +conunit.e
- 567 260 54.1% 22-Nov-00 13:11:18 +gameport.e
- 2549 798 68.6% 22-Nov-00 13:11:18 +hardblocks.e
- 214 113 47.1% 22-Nov-00 13:11:20 +input.e
- 3574 1060 70.3% 22-Nov-00 13:15:24 +inputevent.e
- 162 94 41.9% 22-Nov-00 13:11:20 +keyboard.e
- 889 346 61.0% 22-Nov-00 13:15:40 +keymap.e
- 1930 674 65.0% 22-Nov-00 13:11:20 +narrator.e
- 1189 489 58.8% 22-Nov-00 13:11:20 +parallel.e
- 2767 948 65.7% 22-Nov-00 13:16:06 +printer.e
- 2295 918 60.0% 22-Nov-00 13:16:34 +prtbase.e
- 1692 493 70.8% 22-Nov-00 13:11:20 +prtgfx.e
- 782 334 57.2% 21-Dec-00 04:11:02 +scsidisk.e
- 1506 612 59.3% 22-Nov-00 13:11:20 +serial.e
- 485 265 45.3% 22-Nov-00 13:11:20 +timer.e
- 2431 959 60.5% 22-Nov-00 13:17:04 +trackdisk.e
- 1290 449 65.1% 22-Nov-00 13:17:30 +diskfont.e
- 2314 745 67.8% 22-Nov-00 13:11:20 +diskfonttag.e
- 660 284 56.9% 22-Nov-00 13:17:44 +glyph.e
- 359 147 59.0% 22-Nov-00 13:11:20 +oterrors.e
- 400 212 47.0% 22-Nov-00 13:11:20 +datetime.e
- 4558 1577 65.4% 04-Dec-00 04:23:22 +dos.e
- 1417 573 59.5% 22-Nov-00 13:11:20 +dosasl.e
- 6867 2163 68.5% 22-Nov-00 13:18:42 +dosextens.e
- 1172 331 71.7% 22-Nov-00 13:11:20 +doshunks.e
- 1131 342 69.7% 22-Nov-00 13:11:20 +dostags.e
- 55 54 1.8% 22-Nov-00 13:11:20 +dos_lib.e
- 565 291 48.4% 22-Nov-00 13:11:22 +exall.e
- 1226 552 54.9% 22-Nov-00 13:11:22 +filehandler.e
- 884 436 50.6% 22-Nov-00 13:19:14 +notify.e
- 449 235 47.6% 22-Nov-00 13:11:22 +rdargs.e
- 220 146 33.6% 22-Nov-00 13:11:22 +record.e
- 614 319 48.0% 22-Nov-00 13:11:22 +stdio.e
- 505 263 47.9% 22-Nov-00 13:11:22 +var.e
- 4635 1307 71.8% 22-Nov-00 13:11:22 +alerts.e
- 273 186 31.8% 22-Nov-00 13:20:50 +devices.e
- 223 121 45.7% 22-Nov-00 13:11:22 +errors.e
- 2296 863 62.4% 22-Nov-00 13:21:18 +execbase.e
- 423 223 47.2% 22-Nov-00 13:21:30 +interrupts.e
- 733 321 56.2% 22-Nov-00 13:21:40 +io.e
- 632 309 51.1% 22-Nov-00 13:11:22 +libraries.e
- 387 206 46.7% 22-Nov-00 13:11:22 +lists.e
- 1062 494 53.4% 22-Nov-00 13:11:22 +memory.e
- 695 321 53.8% 22-Nov-00 13:11:22 +nodes.e
- 371 228 38.5% 22-Nov-00 13:22:14 +ports.e
- 423 252 40.4% 22-Nov-00 13:11:22 +resident.e
- 518 263 49.2% 22-Nov-00 13:22:38 +semaphores.e
- 116 76 34.4% 22-Nov-00 13:11:22 +strings.e
- 4635 1307 71.8% 22-Nov-00 11:21:22 +alerts.e
- 273 186 31.8% 22-Nov-00 11:21:22 +devices.e
- 223 121 45.7% 22-Nov-00 11:21:22 +errors.e
- 2296 863 62.4% 22-Nov-00 11:21:22 +execbase.e
- 423 223 47.2% 22-Nov-00 11:21:22 +interrupts.e
- 733 321 56.2% 22-Nov-00 11:21:22 +io.e
- 632 309 51.1% 22-Nov-00 11:21:22 +libraries.e
- 387 206 46.7% 22-Nov-00 11:21:22 +lists.e
- 1062 494 53.4% 22-Nov-00 11:21:22 +memory.e
- 695 321 53.8% 22-Nov-00 11:21:22 +nodes.e
- 371 228 38.5% 22-Nov-00 11:21:22 +ports.e
- 423 252 40.4% 22-Nov-00 11:21:22 +resident.e
- 518 263 49.2% 22-Nov-00 11:21:22 +semaphores.e
- 116 76 34.4% 22-Nov-00 11:21:22 +strings.e
- 1704 675 60.3% 22-Nov-00 11:21:22 +tasks.e
- 96 84 12.5% 22-Nov-00 11:21:22 +types.e
- 1704 675 60.3% 22-Nov-00 13:22:58 +tasks.e
- 96 84 12.5% 22-Nov-00 13:11:22 +types.e
- 391 162 58.5% 22-Nov-00 13:11:22 +button.e
- 608 283 53.4% 22-Nov-00 13:11:22 +calendar.e
- 664 269 59.4% 22-Nov-00 13:11:24 +colorwheel.e
- 203 104 48.7% 22-Nov-00 13:11:24 +gradientslider.e
- 335 208 37.9% 22-Nov-00 13:11:24 +tabs.e
- 354 151 57.3% 22-Nov-00 13:11:24 +tapedeck.e
- 1411 562 60.1% 22-Nov-00 13:24:00 +clip.e
- 118 92 22.0% 22-Nov-00 13:11:24 +coerce.e
- 111 75 32.4% 22-Nov-00 13:11:24 +collide.e
- 1990 652 67.2% 22-Nov-00 13:11:24 +copper.e
- 395 190 51.8% 22-Nov-00 13:11:24 +display.e
- 2677 888 66.8% 22-Nov-00 13:24:28 +displayinfo.e
- 2140 842 60.6% 22-Nov-00 13:11:24 +gels.e
- 892 422 52.6% 22-Nov-00 13:11:24 +gfx.e
- 4272 1364 68.0% 22-Nov-00 13:25:28 +gfxbase.e
- 2020 742 63.2% 22-Nov-00 13:11:24 +gfxmacros.e
- 372 228 38.7% 22-Nov-00 13:11:24 +gfxnodes.e
- 41088 10725 73.8% 22-Nov-00 11:26:10 +graphics.e
- 136 102 25.0% 22-Nov-00 13:11:24 +graphint.e
- 833 411 50.6% 22-Nov-00 13:26:08 +layers.e
- 8596 1494 82.6% 22-Nov-00 13:11:24 +modeid.e
- 3119 959 69.2% 22-Nov-00 13:26:34 +monitor.e
- 2120 792 62.6% 22-Nov-00 13:27:02 +rastport.e
- 284 141 50.3% 22-Nov-00 13:11:24 +regions.e
- 266 115 56.7% 22-Nov-00 13:11:24 +rpattr.e
- 693 220 68.2% 22-Nov-00 13:11:24 +scale.e
- 743 302 59.3% 22-Nov-00 13:11:24 +sprite.e
- 2467 819 66.8% 22-Nov-00 13:27:40 +text.e
- 2581 526 79.6% 22-Nov-00 13:11:24 +videocontrol.e
- 4447 1449 67.4% 22-Nov-00 13:28:20 +view.e
- 854 258 69.7% 22-Nov-00 13:11:26 +adkbits.e
- 1354 487 64.0% 22-Nov-00 13:11:26 +blit.e
- 3375 841 75.0% 22-Nov-00 13:11:26 +cia.e
- 6493 1518 76.6% 22-Nov-00 13:11:26 +custom.e
- 675 220 67.4% 22-Nov-00 13:11:26 +dmabits.e
- 13339 3284 75.3% 22-Nov-00 11:24:08 +hardware.e
- 698 223 68.0% 22-Nov-00 13:11:26 +intbits.e
- 854 258 69.7% 22-Nov-00 11:23:56 +adkbits.e
- 1354 487 64.0% 22-Nov-00 11:23:56 +blit.e
- 3375 841 75.0% 22-Nov-00 11:23:56 +cia.e
- 6493 1518 76.6% 22-Nov-00 11:23:56 +custom.e
- 675 220 67.4% 22-Nov-00 11:23:56 +dmabits.e
- 698 223 68.0% 22-Nov-00 11:23:56 +intbits.e
- 234 132 43.5% 22-Nov-00 13:11:26 +led.e
- 530 302 43.0% 22-Nov-00 13:29:30 +cghooks.e
- 991 461 53.4% 22-Nov-00 13:29:52 +classes.e
- 1935 587 69.6% 22-Nov-00 13:30:10 +classusr.e
- 15010 3993 73.3% 20-Nov-00 12:53:02 +CygnusEdTempA.880
- 4623 1289 72.1% 22-Nov-00 13:30:38 +gadgetclass.e
- 236 123 47.8% 22-Nov-00 13:11:26 +icclass.e
- 3234 943 70.8% 22-Nov-00 13:30:58 +imageclass.e
- 15003 3988 73.4% 22-Nov-00 13:31:44 +intuition.e
- 707 324 54.1% 22-Nov-00 13:32:10 +intuitionbase.e
- 4596 1353 70.5% 22-Nov-00 13:11:26 +iobsolete.e
- 628 194 69.1% 22-Nov-00 13:11:26 +pointerclass.e
- 3958 1328 66.4% 22-Nov-00 13:11:26 +preferences.e
- 5065 1621 67.9% 22-Nov-00 13:33:08 +screens.e
- 1747 647 62.9% 22-Nov-00 13:33:38 +sghooks.e
- 537 304 43.3% 22-Nov-00 11:22:58 +cghooks.e
- 991 461 53.4% 22-Nov-00 11:22:58 +classes.e
- 1935 587 69.6% 22-Nov-00 11:22:58 +classusr.e
- 4623 1289 72.1% 22-Nov-00 11:22:58 +gadgetclass.e
- 236 123 47.8% 22-Nov-00 11:22:58 +icclass.e
- 3234 943 70.8% 22-Nov-00 11:22:58 +imageclass.e
- 15010 3993 73.3% 22-Nov-00 11:22:58 +intuition.e
- 707 324 54.1% 22-Nov-00 11:22:58 +intuitionbase.e
- 4596 1353 70.5% 22-Nov-00 11:22:58 +iobsolete.e
- 628 194 69.1% 22-Nov-00 11:22:58 +pointerclass.e
- 3958 1328 66.4% 22-Nov-00 11:22:58 +preferences.e
- 5047 1619 67.9% 22-Nov-00 11:22:58 +screens.e
- 1747 647 62.9% 22-Nov-00 11:22:58 +sghooks.e
- 3314 1151 65.2% 22-Nov-00 13:34:08 +amigaguide.e
- 8055 1900 76.4% 22-Nov-00 13:34:36 +asl.e
- 1948 811 58.3% 22-Nov-00 13:11:28 +commodities.e
- 2618 866 66.9% 22-Nov-00 13:11:28 +configregs.e
- 680 344 49.4% 22-Nov-00 13:35:00 +configvars.e
- 1290 449 65.1% 22-Nov-00 13:35:12 +diskfont.e
- 130 111 14.6% 22-Nov-00 13:11:28 +expansion.e
- 890 388 56.4% 22-Nov-00 13:35:38 +expansionbase.e
- 5015 1639 67.3% 22-Nov-00 13:35:58 +gadtools.e
- 1889 704 62.7% 22-Nov-00 13:36:16 +iffparse.e
- 2969 995 66.4% 22-Nov-00 13:36:28 +locale.e
- 4391 1090 75.1% 22-Nov-00 13:11:28 +lowlevel.e
- 358 196 45.2% 22-Nov-00 13:11:28 +mathieeesp.e
- 173 140 19.0% 22-Nov-00 13:11:28 +mathlibrary.e
- 518 249 51.9% 22-Nov-00 13:11:28 +mathresource.e
- 443 253 42.8% 22-Nov-00 13:11:28 +nonvolatile.e
- 2282 778 65.9% 22-Nov-00 13:37:26 +realtime.e
- 84 69 17.8% 22-Nov-00 13:11:28 +translator.e
- 368 248 32.6% 22-Nov-00 13:11:28 +font.e
- 511 283 44.6% 22-Nov-00 13:11:28 +icontrol.e
- 263 202 23.1% 22-Nov-00 13:11:28 +input.e
- 1264 448 64.5% 22-Nov-00 13:11:30 +locale.e
- 384 231 39.8% 22-Nov-00 13:11:30 +overscan.e
- 283 195 31.0% 22-Nov-00 13:11:30 +palette.e
- 495 250 49.4% 22-Nov-00 13:11:30 +pointer.e
- 161 133 17.3% 22-Nov-00 13:11:30 +prefhdr.e
- 1084 469 56.7% 22-Nov-00 13:11:30 +printergfx.e
- 1736 708 59.2% 22-Nov-00 13:11:30 +printerps.e
- 1197 488 59.2% 22-Nov-00 13:11:30 +printertxt.e
- 330 207 37.2% 22-Nov-00 13:11:30 +screenmode.e
- 457 256 43.9% 22-Nov-00 13:11:30 +serial.e
- 389 224 42.4% 22-Nov-00 13:11:30 +sound.e
- 445 265 40.4% 22-Nov-00 13:11:30 +wbpattern.e
- 82 80 2.4% 22-Nov-00 13:11:30 +battclock.e
- 78 75 3.8% 22-Nov-00 13:11:30 +battmem.e
- 226 97 57.0% 22-Nov-00 13:11:30 +battmembitsamiga.e
- 396 135 65.9% 22-Nov-00 13:11:30 +battmembitsshared.e
- 2059 694 66.2% 22-Nov-00 13:39:02 +card.e
- 105 82 21.9% 22-Nov-00 13:11:30 +cia.e
- 1045 450 56.9% 22-Nov-00 13:39:32 +disk.e
- 498 275 44.7% 22-Nov-00 13:39:48 +filesysres.e
- 524 249 52.4% 22-Nov-00 13:11:30 +mathresource.e
- 230 140 39.1% 22-Nov-00 13:11:30 +misc.e
- 101 94 6.9% 22-Nov-00 13:11:30 +potgo.e
- 1038 267 74.2% 22-Nov-00 13:11:32 +errors.e
- 861 425 50.6% 22-Nov-00 13:40:20 +rexxio.e
- 1500 603 59.8% 22-Nov-00 13:40:40 +rxslib.e
- 2859 1059 62.9% 22-Nov-00 13:40:56 +storage.e
- 294 128 56.4% 22-Nov-00 13:11:32 +date.e
- 138 112 18.8% 22-Nov-00 13:11:32 +hooks.e
- 292 174 40.4% 22-Nov-00 13:11:32 +name.e
- 568 179 68.4% 22-Nov-00 13:11:32 +pack.e
- 294 128 56.4% 22-Nov-00 11:22:30 +date.e
- 138 112 18.8% 22-Nov-00 11:22:30 +hooks.e
- 292 174 40.4% 22-Nov-00 11:22:30 +name.e
- 568 179 68.4% 22-Nov-00 11:22:30 +pack.e
- 311 165 46.9% 22-Nov-00 11:22:30 +tagitem.e
- 201 153 23.8% 22-Nov-00 11:22:30 +utility.e
- 311 165 46.9% 22-Nov-00 13:11:32 +tagitem.e
- 201 153 23.8% 22-Nov-00 13:11:32 +utility.e
- 306 203 33.6% 22-Nov-00 13:11:32 +startup.e
- 306 203 33.6% 22-Nov-00 11:23:32 +startup.e
- 1843 729 60.4% 22-Nov-00 11:23:32 +workbench.e
- 1843 729 60.4% 22-Nov-00 13:41:50 +workbench.e
- 1500 719 52.0% 26-Dec-00 01:26:02 +startup.o
- 615 318 48.2% 16-Dec-00 15:26:20 +DirQuick.e
- 5776 2279 60.5% 27-Nov-00 14:19:44 +FD2Module.e
- 1648 733 55.5% 28-Dec-00 03:15:32 +filereq.e
- 226 153 32.3% 22-Dec-00 17:04:04 +float.e
- 106 74 30.1% 17-Nov-00 13:37:28 +for.e
- 58 58 0.0% 17-Nov-00 13:37:28 +helloworld.e
- 391 265 32.2% 23-Nov-00 14:57:44 +helloworldloop.e
- 741 439 40.7% 17-Nov-00 13:37:28 +Mem.e
- 601 289 51.9% 26-Dec-00 21:49:20 +members.e
- 558 323 42.1% 28-Dec-00 03:08:40 +nodelist.e
- 1822 865 52.5% 29-Nov-00 12:38:12 +openwindowtags.e
- 445 259 41.7% 23-Dec-00 01:16:22 +PlotTest.e
- 429 274 36.1% 27-Nov-00 14:20:34 +Shell.e
- 25067 5833 76.7% 21-Dec-00 07:48:26 +ShowHunk.e
- 661 328 50.3% 16-Dec-00 21:09:14 +stringlist.e
- 509 280 44.9% 17-Dec-00 00:04:36 +uni.e
- 1904 856 55.0% 18-Dec-00 20:09:10 +uptime.e
- 885 500 43.5% 16-Dec-00 23:51:34 +Watch.e
- -------- ------- ----- --------- --------
- 832127 227063 72.7% 01-Jan-101 17:00:24 283 files
-